Package-level declarations

Types

Link copied to clipboard
interface AuthService

A group of shared of methods used by authentication services

Link copied to clipboard
abstract class BaseCrudService<T : BaseModel>(val client: PocketbaseClient) : BaseService
Link copied to clipboard
open class BaseService(val client: PocketbaseClient)
Link copied to clipboard
abstract class CrudService<T : BaseModel>(client: PocketbaseClient) : BaseCrudService<T>
Link copied to clipboard